'Declaration
Public Overloads Function ReadAsync( _
ByVal () As System.Byte, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Threading.Tasks.Task(Of Integer)
public System.Threading.Tasks.Task<int> ReadAsync(
System.byte[] ,
System.int ,
System.int
)